StudentServicesRoomType 
EntityType  Independent 
Logical Entity Name  StudentServicesRoomType 
Default Table Name  SsRoomType 
Logical Only  NO 
Definition 
 
Note 
 

StudentServicesRoomType Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
Code    CHAR(8)  NO 
 
Name    VARCHAR(120)  NO 
 
CampusGroupId(FK)    INTEGER  NO 
 
IsActive    BIT  NO 
 
NumberOfOccupants    INTEGER  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 

StudentServicesRoomType Keys 
Key Name  Key Type  Keys 
SsRoomType_Code_U_N_IDX  Unique Constraint  Code 
SsRoomType_SsRoomTypeID_U_C_IDX  PrimaryKey  Id 
SsRoomType_SyCampusGrpID_N_N_IDX  Inversion Entry  CampusGroupId 
SsRoomType_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 

StudentServicesRoomType Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
CampusGroup  Non-Identifying  One To Zero or More        CampusGroupId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
StudentServicesRoom  Non-Identifying  One To Zero or More          NO 
HousingInfoStudent  Non-Identifying  One To Zero or More          NO 

StudentServicesRoomType Check Constraints 
Check Constraint Name  CheckConstraint